Update WorkbenchActionBuilder to use IEclipsePreferences#4061
Conversation
e287fab to
d1adb7a
Compare
|
@HeikoKlare |
HeikoKlare
left a comment
There was a problem hiding this comment.
Thank you for this enhancement. The change looks reasonable to me.
Just as a minor comment: the change regarding usage of CommandContributionItemParameter seems unrelated to preferences. It would be cleaner to have that in a separate commit/PR to stay at one concern per commit (or otherwise at least explain that change in the commit message and PR as well).
Sure will separate it away. Actually that change was handling an illegal reference warning. |
a4e4ae4 to
0fffb15
Compare
|
@HeikoKlare Thanks for your time :) |
0fffb15 to
7174bcc
Compare
|
Thank you for the update. The change looks fine now. |
IEclipsePreferences is used to modernize WorkbenchActionBuilder by updating references of org.eclipse.core.runtime.Preferences.
Partially fixes
eclipse-platform/eclipse.platform#497